home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineButton2_242 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  359 b   |  16 lines

  1. on(release){
  2.    set("_level40/sound/lib:sound","64");
  3.    call("_level40/sound/lib:play");
  4.    tellTarget("_level50")
  5.    {
  6.       gotoAndStop("off");
  7.    }
  8.    path = "_level15/" add _name.substr("1","2") add "/em/codelib";
  9.    set(path add ":boxtype","in");
  10.    call(path add ":drawbox");
  11.    tellTarget("inboxAnim")
  12.    {
  13.       gotoAndStop(1);
  14.    }
  15. }
  16.